Skip to content

Conversation

nikomatsakis
Copy link
Contributor

See issue #5121 for details.

r? @pnkfelix

ItemScope(&'self OptVec<ast::Lifetime>),
FnScope(ast::NodeId, &'self OptVec<ast::Lifetime>, &'self ScopeChain<'self>),
BlockScope(ast::NodeId, &'self ScopeChain<'self>),
EarlyScope(uint, &'self OptVec<ast::Lifetime>, Scope<'self>),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please document the first tuple component of EarlyScope. (Or, alternatively, provide a pointer, such as a function name, to which part of the code you'd recommend reading to find out what they are.)

@pnkfelix
Copy link
Contributor

I skimmed over it, gave feedback. Feel free to update. I will look at it again tomorrow.

@nikomatsakis
Copy link
Contributor Author

Actually I was a bit hasty with this PR. It's close, but there's still work to be done, so I'm going to close it for now. I'll read over and incorporate your feedback also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants